docs: Fix typo.
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 12 Jul 2016 17:09:20 +0000 (18:09 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 12 Jul 2016 17:09:20 +0000 (18:09 +0100)
gtk/gtkwidget.c

index a5d9f886db6fe520db21e9528518faff4dd0d056..8dacf4418d8f8560afe288202a094a200c6a3607 100644 (file)
@@ -4711,7 +4711,7 @@ gtk_widget_unparent (GtkWidget *widget)
  * It's important to notice that gtk_widget_destroy() will only cause
  * the @widget to be finalized if no additional references, acquired
  * using g_object_ref(), are held on it. In case additional references
- * are in place, the @widget will be in an "inhert" state after calling
+ * are in place, the @widget will be in an "inert" state after calling
  * this function; @widget will still point to valid memory, allowing you
  * to release the references you hold, but you may not query the widget's
  * own state.